From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen, BoX C Date: Mon, 15 Mar 2021 08:17:47 +0000 Subject: [Intel-wired-lan] [Patch v5 02/18] ice: Support non word aligned input set field In-Reply-To: References: <20210309030815.5299-1-haiyue.wang@intel.com> <20210309030815.5299-3-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: Wang, Haiyue > Sent: March 15, 2021 16:16 > To: intel-wired-lan at lists.osuosl.org > Cc: Nowlin, Dan ; Liang, Cunming > ; Zhang, Qi Z ; Chen, BoX > C > Subject: RE: [Intel-wired-lan] [Patch v5 02/18] ice: Support non word aligned > input set field > > > -----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: Nowlin, Dan ; Liang, Cunming > > ; Zhang, Qi Z > > Subject: [Intel-wired-lan] [Patch v5 02/18] ice: Support non word > > aligned input set field > > > > From: Qi Zhang > > > > To support FDIR / RSS input set with protocol field like DSCP, TTL, > > PROT, etc. which is not word aligned, we need to enable field vector > > masking. > > > > Signed-off-by: Dan Nowlin > > Signed-off-by: Qi Zhang > > --- > > drivers/net/ethernet/intel/ice/ice_fdir.c | 62 ++- > > drivers/net/ethernet/intel/ice/ice_fdir.h | 8 + > > .../net/ethernet/intel/ice/ice_flex_pipe.c | 422 +++++++++++++++++- > > .../net/ethernet/intel/ice/ice_flex_pipe.h | 2 +- > > .../net/ethernet/intel/ice/ice_flex_type.h | 17 + > > drivers/net/ethernet/intel/ice/ice_flow.c | 126 +++++- > > drivers/net/ethernet/intel/ice/ice_flow.h | 7 + > > .../net/ethernet/intel/ice/ice_hw_autogen.h | 16 + > > 8 files changed, 624 insertions(+), 36 deletions(-) > > > > Re-send to Bo, as a new member. > Tested-by: Chen Bo BRs, Chen Bo > > 2.30.1 > > > > _______________________________________________ > > Intel-wired-lan mailing list > > Intel-wired-lan at osuosl.org > > https://lists.osuosl.org/mailman/listinfo/intel-wired-lan