Re: [dpdk-dev] [PATCH] doc: update release notes for default KNI carries status

2018-11-18 Thread Thomas Monjalon
05/11/2018 18:28, Ferruh Yigit: > Commit 89397a01ce4a ("kni: set default carrier state of interface") > changes the KNI interface default carrier status. Which prevents traffic > flow by default and may break some existing usage / testing. > > Document this behavior change in release notes. > > S

Re: [dpdk-dev] [PATCH] doc: update release notes for default KNI carries status

2018-11-05 Thread Dan Gora
On Mon, Nov 5, 2018 at 4:23 PM Dan Gora wrote: > > On Mon, Nov 5, 2018 at 4:21 PM Ferruh Yigit wrote: > > There is no test plan documentation within dpdk repo. There is DTS (dpdk > > test > > suit) in a separate repo [1], which needs to be updated, and indeed this > > patch > > is to point them

Re: [dpdk-dev] [PATCH] doc: update release notes for default KNI carries status

2018-11-05 Thread Dan Gora
On Mon, Nov 5, 2018 at 4:21 PM Ferruh Yigit wrote: > There is no test plan documentation within dpdk repo. There is DTS (dpdk test > suit) in a separate repo [1], which needs to be updated, and indeed this patch > is to point them the change because existing test is failing after changes... > > [1

Re: [dpdk-dev] [PATCH] doc: update release notes for default KNI carries status

2018-11-05 Thread Ferruh Yigit
On 11/5/2018 6:12 PM, Dan Gora wrote: > Hi Ferruh, > > On Mon, Nov 5, 2018 at 3:28 PM Ferruh Yigit wrote: >> >> Commit 89397a01ce4a ("kni: set default carrier state of interface") >> changes the KNI interface default carrier status. Which prevents traffic >> flow by default and may break some exi

Re: [dpdk-dev] [PATCH] doc: update release notes for default KNI carries status

2018-11-05 Thread Dan Gora
Hi Ferruh, On Mon, Nov 5, 2018 at 3:28 PM Ferruh Yigit wrote: > > Commit 89397a01ce4a ("kni: set default carrier state of interface") > changes the KNI interface default carrier status. Which prevents traffic > flow by default and may break some existing usage / testing. > > Document this behavio

[dpdk-dev] [PATCH] doc: update release notes for default KNI carries status

2018-11-05 Thread Ferruh Yigit
Commit 89397a01ce4a ("kni: set default carrier state of interface") changes the KNI interface default carrier status. Which prevents traffic flow by default and may break some existing usage / testing. Document this behavior change in release notes. Signed-off-by: Ferruh Yigit --- Cc: Dan Gora