diff options
author | Jesper Dangaard Brouer | 2018-01-03 11:25:23 +0100 |
---|---|---|
committer | Alexei Starovoitov | 2018-01-06 00:21:21 +0100 |
commit | 871288248de23d5c87433dcd94910ff813495588 (patch) | |
tree | 7a223dd7e7120d99875039d96d50b19a939af834 /drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.h | |
parent | xdp/mlx5: setup xdp_rxq_info (diff) | |
download | kernel-qcow2-linux-871288248de23d5c87433dcd94910ff813495588.tar.gz kernel-qcow2-linux-871288248de23d5c87433dcd94910ff813495588.tar.xz kernel-qcow2-linux-871288248de23d5c87433dcd94910ff813495588.zip |
i40e: setup xdp_rxq_info
The i40e driver has a special "FDIR" RX-ring (I40E_VSI_FDIR) which is
a sideband channel for configuring/updating the flow director tables.
This (i40e_vsi_)type does not invoke XDP-ebpf code.
As suggested by Björn (V2): Instead of marking this I40E_VSI_FDIR RX-ring
a special case, reverse the logic and only select RX-rings of type
I40E_VSI_MAIN to register xdp_rxq_info's for.
Driver hook points for xdp_rxq_info:
* reg : i40e_setup_rx_descriptors (via i40e_vsi_setup_rx_resources)
* unreg: i40e_free_rx_resources (via i40e_vsi_free_rx_resources)
Tested on actual hardware with samples/bpf program.
V2: Fixed bug in i40e_set_ringparam (memset zero) + match on I40E_VSI_MAIN.
V4: Update patch desc that got out-of-sync with code.
Cc: intel-wired-lan@lists.osuosl.org
Cc: Björn Töpel <bjorn.topel@intel.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.h')
0 files changed, 0 insertions, 0 deletions