[dpdk-dev] MAINTAINERS: claim responsibility for Linux AF_PACKET PMD

Message ID 1422036745-19557-1-git-send-email-linville@tuxdriver.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

John W. Linville Jan. 23, 2015, 6:12 p.m. UTC
  Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Neil Horman Jan. 23, 2015, 6:16 p.m. UTC | #1
On Fri, Jan 23, 2015 at 01:12:25PM -0500, John W. Linville wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1f7d04a9ec2b..5fccdbb1618c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -174,6 +174,7 @@ F: examples/kni/
>  F: doc/guides/sample_app_ug/kernel_nic_interface.rst
>  
>  Linux AF_PACKET
> +M: John W. Linville <linville@tuxdriver.com>
>  F: lib/librte_pmd_af_packet/
>  
>  Cisco enic
> -- 
> 2.1.0
> 
> 
Works just as well for me
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Thanks John!
Neil
  
Thomas Monjalon Jan. 29, 2015, 9:03 p.m. UTC | #2
2015-01-23 13:16, Neil Horman:
> On Fri, Jan 23, 2015 at 01:12:25PM -0500, John W. Linville wrote:
> > Signed-off-by: John W. Linville <linville@tuxdriver.com>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 1f7d04a9ec2b..5fccdbb1618c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -174,6 +174,7 @@ F: examples/kni/
> >  F: doc/guides/sample_app_ug/kernel_nic_interface.rst
> >  
> >  Linux AF_PACKET
> > +M: John W. Linville <linville@tuxdriver.com>
> >  F: lib/librte_pmd_af_packet/
> >  
> >  Cisco enic
> Works just as well for me
> Acked-by: Neil Horman <nhorman@tuxdriver.com>
> Thanks John!
> Neil

Applied

About AF_PACKET PMD, I think it would be convenient to have a doc
explaining its goal, how it works and what are the dependencies in kernel.

Thank you
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1f7d04a9ec2b..5fccdbb1618c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -174,6 +174,7 @@  F: examples/kni/
 F: doc/guides/sample_app_ug/kernel_nic_interface.rst
 
 Linux AF_PACKET
+M: John W. Linville <linville@tuxdriver.com>
 F: lib/librte_pmd_af_packet/
 
 Cisco enic