From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7C5794AC7 for ; Fri, 15 Apr 2016 12:32:08 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 15 Apr 2016 03:32:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,486,1455004800"; d="scan'208";a="785515044" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 15 Apr 2016 03:32:06 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 15 Apr 2016 11:32:05 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.238]) by IRSMSX156.ger.corp.intel.com ([169.254.3.32]) with mapi id 14.03.0248.002; Fri, 15 Apr 2016 11:32:05 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon , "Zhang, Roy Fan" CC: "dev@dpdk.org" , "Singh, Jasvinder" Thread-Topic: [PATCH] port: bump ABI for pcap file support Thread-Index: AQHRlnw/6ZV3+szAPk+/t+3yqnKSNp+K1vFw Date: Fri, 15 Apr 2016 10:32:04 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126479A2273@IRSMSX108.ger.corp.intel.com> References: <1460658834-10737-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1460658834-10737-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzY3NGUwMTgtZWM1YS00NDY2LTg4NzUtMjA5NmU4OWQ3ZTY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNVMGNkbjlVZWFDb3MwajN3V3pPREFBT3hzR1Z6bGRicXhIWEhxMldtU0U9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] port: bump ABI for pcap file support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 10:32:09 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, April 14, 2016 7:34 PM > To: Zhang, Roy Fan > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Subject: [PATCH] port: bump ABI for pcap file support >=20 > Support of PCAP file has been added to rte_port in release 16.04 > as NEXT_ABI. It is in the standard ABI of the release 16.07. >=20 > Signed-off-by: Thomas Monjalon > --- > doc/guides/rel_notes/deprecation.rst | 5 ----- > doc/guides/rel_notes/release_16_07.rst | 5 ++++- > examples/ip_pipeline/init.c | 4 ---- > lib/librte_port/Makefile | 2 +- > lib/librte_port/rte_port_source_sink.c | 14 -------------- > lib/librte_port/rte_port_source_sink.h | 3 --- > 6 files changed, 5 insertions(+), 28 deletions(-) >=20 Acked-by: Cristian Dumitrescu