Re: [dpdk-dev] [PATCH] doc: add kni changes to release note

2018-11-05 Thread Dan Gora
On Mon, Nov 5, 2018 at 5:06 PM Ferruh Yigit wrote: > > +* kni: Added the new API function ``rte_kni_update_link()`` to allow the > > user > > + to set the carrier state of the KNI kernel network interface. > > + > > It is good to document new API, which can be on "new features" section above, >

Re: [dpdk-dev] [PATCH] doc: add kni changes to release note

2018-11-05 Thread Ferruh Yigit
On 11/5/2018 6:29 PM, Dan Gora wrote: > Add the new module parameter for the KNI kernel module, the new command > line flag for the KNI sample application, and the new API function > 'rte_kni_update_link()' to the release note. > > Signed-off-by: Dan Gora > > --- > doc/guides/rel_notes/release_

[dpdk-dev] [PATCH] doc: add kni changes to release note

2018-11-05 Thread Dan Gora
Add the new module parameter for the KNI kernel module, the new command line flag for the KNI sample application, and the new API function 'rte_kni_update_link()' to the release note. Signed-off-by: Dan Gora --- doc/guides/rel_notes/release_18_11.rst | 13 + 1 file changed, 13 inser