Re: [PATCH v4] doc: add new driver guidelines

2024-09-27 Thread Thomas Monjalon
27/09/2024 02:19, Ferruh Yigit: > On 9/16/2024 5:28 PM, Stephen Hemminger wrote: > > From: Nandini Persad > > +Avoid doing the following: > > + > > +* Using PMD specific macros when DPDK macros exist > > +* Including unused headers (process-iwyu.py) > > +* Disabling compiler warnings for driver >

Re: [PATCH v4] doc: add new driver guidelines

2024-09-26 Thread Ferruh Yigit
On 9/16/2024 5:28 PM, Stephen Hemminger wrote: > From: Nandini Persad > > This document was created to assist contributors in creating DPDK drivers > and provides suggestions and guidelines on how to upstream effectively. > > Co-authored-by: Ferruh Yigit > Co-authored-by: Thomas Monjalon > Sig

[PATCH v4] doc: add new driver guidelines

2024-09-16 Thread Stephen Hemminger
From: Nandini Persad This document was created to assist contributors in creating DPDK drivers and provides suggestions and guidelines on how to upstream effectively. Co-authored-by: Ferruh Yigit Co-authored-by: Thomas Monjalon Signed-off-by: Nandini Persad Reviewed-by: Stephen Hemminger Ack