Hi Shweta,
> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Shweta Choudaha > Sent: Friday, February 23, 2018 7:59 PM > To: [email protected] > Cc: [email protected] > Subject: [dpdk-dev] [PATCH 1/1] net/ixgbe: Add API to update SBP bit > > From: Shweta Choudaha <[email protected]> > > Add ixgbe API to enable SBP bit in FCTRL register to allow receiving packets > that may otherwise be considered length errors by ixgbe and dropped > > Signed-off-by: Shweta Choudaha <[email protected]> > Reviewed-by: Chas Williams <[email protected]> > Reviewed-by: Luca Boccassi <[email protected]> > --- > --- a/drivers/net/ixgbe/rte_pmd_ixgbe_version.map > +++ b/drivers/net/ixgbe/rte_pmd_ixgbe_version.map > @@ -52,3 +52,9 @@ DPDK_17.08 { > rte_pmd_ixgbe_bypass_wd_timeout_show; > rte_pmd_ixgbe_bypass_wd_timeout_store; > } DPDK_17.05; > + > +EXPERIMENTAL { > + global: > + > + rte_pmd_ixgbe_upd_fctrl_sbp; > +} DPDK_17.08; The patch is fine except we should use 18.05 here. > -- > 2.11.0

