From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] mbuf: fix API documentation regarding VLAN flags Date: Mon, 29 Jan 2018 17:24:29 +0100 Message-ID: <5294386.SEr273L0YF@xps> References: <98CBD80474FA8B44BF855DF32C47DC35B41D73@smartserver.smartshare.dk> <20180129093606.18260-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: stable@dpdk.org, dev@dpdk.org, Morten =?ISO-8859-1?Q?Br=F8rup?= To: Olivier Matz Return-path: In-Reply-To: <20180129093606.18260-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/01/2018 10:36, Olivier Matz: > Fix inconsistency between mbuf structure documentation and flags > documentation. >=20 > Fixes: 380a7aab1ae2 ("mbuf: rename deprecated VLAN flags") > Cc: stable@dpdk.org >=20 > Reported-by: Morten Br=F8rup > Signed-off-by: Olivier Matz Applied, thanks