Thanks for your return. I am new with wifi network under Ubuntu, so if they are some development examples with AF_XDP or AF_PACKET, I will appreciate.
Regards
 
 
 
Envoyé: jeudi 19 mai 2022 à 17:29
De: "Stephen Hemminger" <stephen@networkplumber.org>
À: "me thi" <methi@gmx.fr>
Cc: "Kinsella, Ray" <ray.kinsella@intel.com>, "Yigit, Ferruh" <Ferruh.Yigit@amd.com>, "users@dpdk.org" <users@dpdk.org>, "Hemant Agrawal" <hemant.agrawal@nxp.com>
Objet: Re: DPDK and wifi
On Thu, 19 May 2022 15:31:54 +0200
me thi <methi@gmx.fr> wrote:

> Hello Ray,
>  
> Thanks for yur answer. Then I will try to find on the net someting with AF_PACKET.
> Regards,
>  
> My Nga
>  
>  
> Envoyé: jeudi 19 mai 2022 à 15:07
> De: "Kinsella, Ray" <ray.kinsella@intel.com>
> À: "Yigit, Ferruh" <Ferruh.Yigit@amd.com>, "me thi" <methi@gmx.fr>, "users@dpdk.org" <users@dpdk.org>
> Cc: "Hemant Agrawal" <hemant.agrawal@nxp.com>
> Objet: RE: DPDK and wifi
>
> I have heard of such a thing done through AF_PACKET (and friends), but not directly with a DPDK PMD.
>
>  
>
> Ray K
>
>  
>
> From: Yigit, Ferruh <Ferruh.Yigit@amd.com>
> Sent: Thursday 19 May 2022 13:50
> To: me thi <methi@gmx.fr>; users@dpdk.org
> Cc: Hemant Agrawal <hemant.agrawal@nxp.com>
> Subject: RE: DPDK and wifi
>
>  
>
> [AMD Official Use Only - General]
>
>  
>
> Hi me thi,
>
>  
>
> There is no upstreamed WiFi driver in the DPDK yet, but it can be supported if someone develops a driver for it.
>
> I vaguely remember Hemant mentioned from something in the past, cc’ed him.
>
>  
>
> What is your use case that requires WiFi support?
>
>  
>
> From: me thi <methi@gmx.fr>
> Sent: Thursday, May 19, 2022 11:26 AM
> To: users@dpdk.org
> Subject: DPDK and wifi
>
>  
>
> CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
>
>  
>
> Hello,
>
>  
>
> I have tried to see if it is possible to have an application based on DPDK which sends packets by wifi ?
>
> Does DPDK support wifi ?
>
> In 2019, it did'nt seem to support wifi :https://mails.dpdk.org/archives/users/2019-November/004569.html
>
> Regards
>

What about AF_XDP, that should be fast and work with most drivers.