From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Fri, 24 Jul 2020 23:57:16 +0000 Subject: [Intel-wired-lan] [PATCH S48 v6 12/16] ice: Add new actions support for VF FDIR In-Reply-To: <20200716133938.46921-13-qi.z.zhang@intel.com> References: <20200716133938.46921-1-qi.z.zhang@intel.com> <20200716133938.46921-13-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:40 AM > To: intel-wired-lan at lists.osuosl.org > Cc: Zhang, Qi Z > Subject: [Intel-wired-lan] [PATCH S48 v6 12/16] ice: Add new actions support > for VF FDIR > > Add two new actions support for VF FDIR: > > A passthrough action does not specify the destination queue, but just allow > the packet go to next pipeline stage, a typical use cases is combined with a > software mark (FDID) action. > > Allow specify a 2^n continuous queues as the destination of a FDIR rule. > Packet distribution is based on current RSS configure. > > Signed-off-by: Yahui Cao > Signed-off-by: Qi Zhang > --- > drivers/net/ethernet/intel/ice/ice_fdir.c | 12 +++++++++++- > drivers/net/ethernet/intel/ice/ice_fdir.h | 4 ++++ > drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 10 ++++++++++ > include/linux/avf/virtchnl.h | 2 ++ > 4 files changed, 27 insertions(+), 1 deletion(-) Tested-by: Andrew Bowers