linux/drivers/net/ethernet/intel/igc
Andre Guedes 859b4dfa41 igc: Replace IGC_TX_FLAGS_XDP flag by an enum
Up to this point, Tx buffers are associated with either a skb or a xdpf,
and the IGC_TX_FLAGS_XDP flag was enough to distinguish between these
two case. However, with upcoming patches that will add AF_XDP zero-copy
support, a third case will be introduced so this flag-based approach
won't fit well.

In preparation to land AF_XDP zero-copy support, replace the
IGC_TX_FLAGS_XDP flag by an enum which will be extended once zero-copy
support is introduced to the driver.

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: Vedang Patel <vedang.patel@intel.com>
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2021-05-20 10:21:24 -07:00
..
igc.h igc: Replace IGC_TX_FLAGS_XDP flag by an enum 2021-05-20 10:21:24 -07:00
igc_base.c igc: Add new device ID 2020-12-10 13:13:24 -08:00
igc_base.h
igc_defines.h igc: enable auxiliary PHC functions for the i225 2021-04-16 13:15:45 -07:00
igc_diag.c
igc_diag.h
igc_dump.c igc: Fix TDBAL register show incorrect value 2021-02-03 16:32:17 -08:00
igc_ethtool.c igc: Expose LPI counters 2021-04-16 13:15:45 -07:00
igc_hw.h igc: Clean up nvm_operations structure 2021-02-03 15:20:32 -08:00
igc_i225.c igc: Fix overwrites return value 2021-04-16 13:15:45 -07:00
igc_i225.h igc: Add initial LTR support 2020-06-29 18:21:09 -07:00
igc_mac.c igc: check return value of ret_val in igc_config_fc_after_link_up 2021-02-01 10:04:43 -08:00
igc_mac.h
igc_main.c igc: Replace IGC_TX_FLAGS_XDP flag by an enum 2021-05-20 10:21:24 -07:00
igc_nvm.c
igc_nvm.h
igc_phy.c igc: Expose the gPHY firmware version 2021-02-03 15:20:32 -08:00
igc_phy.h igc: Expose the gPHY firmware version 2021-02-03 15:20:32 -08:00
igc_ptp.c igc: enable auxiliary PHC functions for the i225 2021-04-16 13:15:45 -07:00
igc_regs.h igc: enable auxiliary PHC functions for the i225 2021-04-16 13:15:45 -07:00
igc_tsn.c
igc_tsn.h
igc_xdp.c igc: Refactor XDP rxq info registration 2021-05-20 10:17:06 -07:00
igc_xdp.h igc: Refactor XDP rxq info registration 2021-05-20 10:17:06 -07:00
Makefile igc: Add initial XDP support 2021-03-29 09:09:53 -07:00