On Fri, Sep 1, 2023 at 11:35 AM <[email protected]> wrote: > > From: Renyong Wan <[email protected]> > > Adding minimum PMD code, doc and build infrastructure for sssnic. > > Signed-off-by: Steven Song <[email protected]> > Signed-off-by: Renyong Wan <[email protected]> > --- > v2: > * Fixed 'Title underline too short' in doc/guides/nics/sssnic.rst. > * Removed error.h from including files. > --- > .mailmap | 5 +- > MAINTAINERS | 8 ++++ > doc/guides/nics/features/sssnic.ini | 9 ++++ > doc/guides/nics/index.rst | 1 + > doc/guides/nics/sssnic.rst | 73 +++++++++++++++++++++++++++++ > drivers/net/meson.build | 1 + > drivers/net/sssnic/meson.build | 18 +++++++ > drivers/net/sssnic/sssnic_ethdev.c | 28 +++++++++++ > 8 files changed, 140 insertions(+), 3 deletions(-) > create mode 100644 doc/guides/nics/features/sssnic.ini > create mode 100644 doc/guides/nics/sssnic.rst > create mode 100644 drivers/net/sssnic/meson.build > create mode 100644 drivers/net/sssnic/sssnic_ethdev.c > > diff --git a/.mailmap b/.mailmap > index 864d33ee46..6fa73d3b79 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -151,7 +151,6 @@ Bao-Long Tran <[email protected]> > Bar Neuman <[email protected]> > Barak Enat <[email protected]> > Barry Cao <[email protected]> > -Bartosz Staszewski <[email protected]> > Baruch Siach <[email protected]> > Bassam Zaid AlKilani <[email protected]> > Beilei Xing <[email protected]>
This looks like some rebase damage, or at least unwanted changes. Please fix. > @@ -496,7 +495,6 @@ Helin Zhang <[email protected]> > Hemant Agrawal <[email protected]> <[email protected]> > Heng Ding <[email protected]> > Hengjian Zhang <[email protected]> > -Heng Jiang <[email protected]> > Heng Wang <[email protected]> > Henning Schild <[email protected]> > Henry Cai <[email protected]> > @@ -630,7 +628,6 @@ Jie Liu <[email protected]> > Jie Pan <[email protected]> > Jie Wang <[email protected]> > Jie Zhou <[email protected]> <[email protected]> > -Jieqiang Wang <[email protected]> > Jijiang Liu <[email protected]> > Jilei Chen <[email protected]> > Jim Harris <[email protected]> > @@ -1156,6 +1153,7 @@ Rebecca Troy <[email protected]> > Remi Pommarel <[email protected]> > Remy Horton <[email protected]> > Renata Saiakhova <[email protected]> > +Renyong Wan <[email protected]> > Reshma Pattan <[email protected]> <[email protected]> > Ricardo Roldan <[email protected]> > Ricardo Salveti <[email protected]> > @@ -1329,6 +1327,7 @@ Stephen Hurd <[email protected]> > <[email protected]> > Steve Capper <[email protected]> > Steven Lariau <[email protected]> > Steven Luong <[email protected]> > +Steven Song <[email protected]> > Steven Webster <[email protected]> > Steven Zou <[email protected]> > Steve Rempe <[email protected]> > diff --git a/MAINTAINERS b/MAINTAINERS > index a926155f26..1e57d29aa3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -633,6 +633,13 @@ F: drivers/net/af_xdp/ > F: doc/guides/nics/af_xdp.rst > F: doc/guides/nics/features/af_xdp.ini > > +3SNIC sssnic > +M: Renyong Wan <[email protected]> > +M: Steven Song <[email protected]> > +F: driver/net/sssnic/ This path is incorrect. *drivers* > +F: doc/guides/nics/sssnic.rst > +F: doc/guides/nics/features/sssnic.ini > + > Amazon ENA > M: Michal Krawczyk <[email protected]> > M: Shai Brandes <[email protected]> > @@ -1793,6 +1800,7 @@ F: doc/guides/tools/img/eventdev_* > F: app/test/test_event_ring.c > > Procinfo tool > +M: Maryam Tahhan <[email protected]> > M: Reshma Pattan <[email protected]> > F: app/proc-info/ > F: doc/guides/tools/proc_info.rst -- David Marchand

