[dpdk-dev] [PATCH v4 1/5] net/af_xdp: introduce AF XDP PMD	driver
    Thomas Monjalon 
    thomas at monjalon.net
       
    Sun Mar 24 17:27:18 CET 2019
    
    
  
24/03/2019 13:10, Luca Boccassi:
> On Fri, 2019-03-22 at 21:01 +0800, Xiaolong Ye wrote:
> > diff --git a/drivers/net/af_xdp/rte_pmd_af_xdp_version.map
> > b/drivers/net/af_xdp/rte_pmd_af_xdp_version.map
> > new file mode 100644
> > index 000000000..c6db030fe
> > --- /dev/null
> > +++ b/drivers/net/af_xdp/rte_pmd_af_xdp_version.map
> > @@ -0,0 +1,3 @@
> > +DPDK_19.05 {
> > +       local: *;
> > +};
> 
> This is a new PMD, shouldn't it be EXPERIMENTAL rather than DPDK_19.05?
I don't think so, because there is no API here.
    
    
More information about the dev
mailing list