On 6/22/2023 4:11 PM, Artemii Morozov wrote: > Extract VLAN TCI provided by the HW in the prefix and put it to mbuf. > VLAN stripping is supported for ef100 datapath only. This is device > level offload. > > Signed-off-by: Artemii Morozov <[email protected]> > Reviewed-by: Viacheslav Galaktionov <[email protected]> > Reviewed-by: Ivan Malov <[email protected]> > Reviewed-by: Andy Moreton <[email protected]>
<...> > diff --git a/doc/guides/rel_notes/release_23_07.rst > b/doc/guides/rel_notes/release_23_07.rst > index 738d35d9f7..ce523800c7 100644 > --- a/doc/guides/rel_notes/release_23_07.rst > +++ b/doc/guides/rel_notes/release_23_07.rst > @@ -185,6 +185,12 @@ New Features > > See :doc:`../prog_guide/pdcp_lib` for more information. > > +* **Updated Solarflare network PMD.** > + > + Updated the Solarflare ``sfc_efx`` driver with changes including: > + > + * Added VLAN stripping support on SN1000 SmartNICs > + > Can you please move release notes update to existing Solarflace block above?

