From mboxrd@z Thu Jan 1 00:00:00 1970 From: G, GurucharanX Date: Mon, 9 Aug 2021 10:08:47 +0000 Subject: [Intel-wired-lan] [PATCH net-next 7/7] ice: Fix macro name for IPv4 fragment flag In-Reply-To: <20210716221644.45946-8-anthony.l.nguyen@intel.com> References: <20210716221644.45946-1-anthony.l.nguyen@intel.com> <20210716221644.45946-8-anthony.l.nguyen@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 > Tony Nguyen > Sent: Saturday, July 17, 2021 3:47 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH net-next 7/7] ice: Fix macro name for IPv4 > fragment flag > > From: Jeff Guo > > In IPv4 header, fragment flags indicate whether the packet needs to be > fragmented or not. The value 0x20 represents MF (More Fragment); fix the > macro name to match this. > > Signed-off-by: Ting Xu > Signed-off-by: Jeff Guo > --- > drivers/net/ethernet/intel/ice/ice_fdir.c | 2 +- > drivers/net/ethernet/intel/ice/ice_fdir.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Tested-by: Gurucharan G (A Contingent worker at Intel)