From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Fri, 24 Jul 2020 23:54:24 +0000 Subject: [Intel-wired-lan] [PATCH S48 v6 06/16] ice: Enhanced IPv4 and IPv6 flow filter In-Reply-To: <20200716133938.46921-7-qi.z.zhang@intel.com> References: <20200716133938.46921-1-qi.z.zhang@intel.com> <20200716133938.46921-7-qi.z.zhang@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan On Behalf Of Qi > Zhang > Sent: Thursday, July 16, 2020 6:39 AM > To: intel-wired-lan at lists.osuosl.org > Cc: Zhang, Qi Z > Subject: [Intel-wired-lan] [PATCH S48 v6 06/16] ice: Enhanced IPv4 and IPv6 > flow filter > > Separate IPv4 and IPv6 ptype bit mask table into 2 tables: > With or without L4 protocols. > > When a flow filter without any l4 type is specified, the > ICE_FLOW_SEG_HDR_IPV_OTHER flag can be used to describe if user want to > create a IP rule target for all IP packet or just IP packet without l4 header. > > Signed-off-by: Dan Nowlin > Signed-off-by: Qi Zhang > --- > drivers/net/ethernet/intel/ice/ice_flow.c | 111 > ++++++++++++++++++++++++++++-- > drivers/net/ethernet/intel/ice/ice_flow.h | 4 ++ > 2 files changed, 111 insertions(+), 4 deletions(-) Tested-by: Andrew Bowers