From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang, Haiyue Date: Mon, 15 Mar 2021 08:19:52 +0000 Subject: [Intel-wired-lan] [Patch v5 09/18] ice: Add new actions support for VF FDIR In-Reply-To: <20210309030815.5299-10-haiyue.wang@intel.com> References: <20210309030815.5299-1-haiyue.wang@intel.com> <20210309030815.5299-10-haiyue.wang@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 Haiyue Wang > Sent: Tuesday, March 9, 2021 11:08 > To: intel-wired-lan at lists.osuosl.org > Cc: Liang, Cunming ; Cao, Yahui ; Zhang, Qi Z > > Subject: [Intel-wired-lan] [Patch v5 09/18] ice: Add new actions support for VF FDIR > > From: Qi Zhang > > 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 ++++++++++ > 3 files changed, 25 insertions(+), 1 deletion(-) > Re-send to Bo, as a new member. > -- > 2.30.1 > > _______________________________________________ > Intel-wired-lan mailing list > Intel-wired-lan at osuosl.org > https://lists.osuosl.org/mailman/listinfo/intel-wired-lan