OSDN Git Service

i40e: program fragmented IPv4 filter input set
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 27 Dec 2017 13:24:12 +0000 (08:24 -0500)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 26 Jan 2018 21:23:36 +0000 (13:23 -0800)
commit02b4016bfe43d2d5ed043be7ffa56cda6a4d1100
tree7bdf3cf32e9c6968c2e310690463894f0ee1f641
parent69399873b6b50b1e40c1e35f75572e079759b020
i40e: program fragmented IPv4 filter input set

When implementing support for IP_USER_FLOW filters, we correctly
programmed a filter for both the non fragmented IPv4/Other filter, as
well as the fragmented IPv4 filters. However, we did not properly
program the input set for fragmented IPv4 PCTYPE. This meant that the
filters would almost certainly not match, unless the user specified all
of the flow types.

Add support to program the fragmented IPv4 filter input set. Since we
always program these filters together, we'll assume that the two input
sets must match, and will thus always program the input sets to the same
value.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
drivers/net/ethernet/intel/i40e/i40e_main.c