[Intel-wired-lan] [PATCH iwl-next 0/3] Enable the raw flow filtering for FDIR
Guo, Junfeng
junfeng.guo at intel.com
Mon Aug 28 06:57:19 UTC 2023
> -----Original Message-----
> From: Nguyen, Anthony L <anthony.l.nguyen at intel.com>
> Sent: Friday, August 25, 2023 04:45
> To: Guo, Junfeng <junfeng.guo at intel.com>; intel-wired-
> lan at lists.osuosl.org
> Cc: Zhang, Qi Z <qi.z.zhang at intel.com>
> Subject: Re: [Intel-wired-lan] [PATCH iwl-next 0/3] Enable the raw flow
> filtering for FDIR
>
> On 6/4/2023 7:44 PM, Junfeng Guo wrote:
> > This patch set provides a method for applications to send down
> > training packets & masks (in binary) to the driver to do Flow
> > Director (FDIR) filtering. Based on the Parser Library, these
> > binary data would be used by the driver to figure out the
> infomations
> > that are needed to create/destroy the FDIR rule in the FDIR stage.
> >
> > With this patch set, the raw flow filtering for FDIR could be enabled
> > to allow new flow offloading features to be supported without any
> > driver changes (only need to update the Dynamic Device
> > Personalization package).
>
> Please do not send patches that are dependent on other code until
> they
> dependencies have been applied. Otherwise these can not be checked
> properly [1].
Sure, will keep this patch set unchanged here.
So we just need to wait until the base patch set is approved and merged, right?
It'd always be appreciated if you experienced seniors can kindly point out the mistakes directly during the code review!
Thanks!
>
> > Junfeng Guo (3):
> > virtchnl: support raw packet in protocol header
> > ice: add method to disable FDIR SWAP option
> > ice: enable Protocol Agnostic Flow Offloading FDIR
> >
> > .../net/ethernet/intel/ice/ice_flex_pipe.c | 98 +++-
> > .../net/ethernet/intel/ice/ice_flex_pipe.h | 5 +-
> > drivers/net/ethernet/intel/ice/ice_flow.c | 109 ++++-
> > drivers/net/ethernet/intel/ice/ice_flow.h | 5 +
> > drivers/net/ethernet/intel/ice/ice_vf_lib.h | 8 +
> > .../ethernet/intel/ice/ice_virtchnl_fdir.c | 448
> +++++++++++++++++-
> > include/linux/avf/virtchnl.h | 12 +-
> > 7 files changed, 678 insertions(+), 7 deletions(-)
>
> [1]
> https://lore.kernel.org/intel-wired-lan/202308232207.mbURs2VO-
> lkp at intel.com/
More information about the Intel-wired-lan
mailing list