Message ID | 20201204075109.14694-2-yamashita.hideyuki@ntt-tx.co.jp (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | add apistats function | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | warning | coding style issues |
Look like I am facing `mail delivery` issues to `ntt-tx.co.jp`. ``` The following message to <yamashtia.hideyuki@ntt-tx.co.jp> was undeliverable. The reason for the problem: 5.1.0 - Unknown address error 550-'5.1.1 <yamashtia.hideyuki@ntt-tx.co.jp>: Recipient address rejected: User unknown in relay recipient table' ``` > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Hideyuki Yamashita > Sent: Friday, December 4, 2020 1:21 PM > To: Thomas Monjalon <thomas@monjalon.net> > Cc: dev@dpdk.org; Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp>; > Hideyuki Yamashita <yamashtia.hideyuki@ntt-tx.co.jp> > Subject: [dpdk-dev] [PATCH 1/5] maintainers: update maintainers file for > apistats > > This patch adds maintainer of rte_apistats.c and rte_apistats.h. > > Signed-off-by: Hideyuki Yamashita <yamashtia.hideyuki@ntt-tx.co.jp> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index eafe9f8..dba2acf 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -489,6 +489,9 @@ F: drivers/raw/skeleton/ > F: app/test/test_rawdev.c > F: doc/guides/prog_guide/rawdev.rst > > +API stats API -EXPERIMENTAL > +M: Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp> > +F: lib/librte_ethdev/rte_apistats.* > > Memory Pool Drivers > ------------------- > -- > 2.18.0
Hello, Sorry about the following. I typo in email address in "signed-off-by". I will revise it in the upcoming revised patchset. Sorry! BR, Hideyuki Yamashita NTT TechnoCross > Look like I am facing `mail delivery` issues to `ntt-tx.co.jp`. > > ``` > The following message to <yamashtia.hideyuki@ntt-tx.co.jp> was undeliverable. > The reason for the problem: > 5.1.0 - Unknown address error 550-'5.1.1 <yamashtia.hideyuki@ntt-tx.co.jp>: Recipient address rejected: User unknown in relay recipient table' > ``` > > > -----Original Message----- > > From: dev <dev-bounces@dpdk.org> On Behalf Of Hideyuki Yamashita > > Sent: Friday, December 4, 2020 1:21 PM > > To: Thomas Monjalon <thomas@monjalon.net> > > Cc: dev@dpdk.org; Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp>; > > Hideyuki Yamashita <yamashtia.hideyuki@ntt-tx.co.jp> > > Subject: [dpdk-dev] [PATCH 1/5] maintainers: update maintainers file for > > apistats > > > > This patch adds maintainer of rte_apistats.c and rte_apistats.h. > > > > Signed-off-by: Hideyuki Yamashita <yamashtia.hideyuki@ntt-tx.co.jp> > > --- > > MAINTAINERS | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index eafe9f8..dba2acf 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -489,6 +489,9 @@ F: drivers/raw/skeleton/ > > F: app/test/test_rawdev.c > > F: doc/guides/prog_guide/rawdev.rst > > > > +API stats API -EXPERIMENTAL > > +M: Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp> > > +F: lib/librte_ethdev/rte_apistats.* > > > > Memory Pool Drivers > > ------------------- > > -- > > 2.18.0
diff --git a/MAINTAINERS b/MAINTAINERS index eafe9f8..dba2acf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -489,6 +489,9 @@ F: drivers/raw/skeleton/ F: app/test/test_rawdev.c F: doc/guides/prog_guide/rawdev.rst +API stats API -EXPERIMENTAL +M: Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp> +F: lib/librte_ethdev/rte_apistats.* Memory Pool Drivers -------------------
This patch adds maintainer of rte_apistats.c and rte_apistats.h. Signed-off-by: Hideyuki Yamashita <yamashtia.hideyuki@ntt-tx.co.jp> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)