On Fri, Apr 18, 2025 at 10:42:22AM +0000, Xu, HailinX wrote: > > -----Original Message----- > > From: Yuan Wang <yuanx.w...@intel.com> > > Sent: Friday, April 18, 2025 3:43 PM > > To: Burakov, Anatoly <anatoly.bura...@intel.com>; Medvedkin, Vladimir > > <vladimir.medved...@intel.com>; dev@dpdk.org > > Cc: Wang, YuanX <yuanx.w...@intel.com>; sta...@dpdk.org > > Subject: [PATCH] net/ixgbe: fix port mask default value in flow director > > > > The fdir filter should mask L4 protocol in order to process raw IP packets. > > However, the initial value of port mask is 0xFF and the filter will not > > process > > raw IP packets if the flow rule does not change it. > > > > Fixed by setting the default value to 0. > > > > Fixes: 444505f933f1 (net/ixgbe: fix IPv6 mask in flow director) > > Cc: sta...@dpdk.org > > > > Signed-off-by: Yuan Wang <yuanx.w...@intel.com> > > --- > Tested-by: Xu, HailinX <hailinx...@intel.com>
Applied to dpdk-next-net-intel Thanks, /Bruce