From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 5CE472B86 for ; Fri, 3 Jun 2016 10:05:45 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 03 Jun 2016 01:05:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,411,1459839600"; d="scan'208";a="713247642" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by FMSMGA003.fm.intel.com with ESMTP; 03 Jun 2016 01:05:44 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.10]) by irsmsx105.ger.corp.intel.com ([169.254.7.51]) with mapi id 14.03.0248.002; Fri, 3 Jun 2016 09:05:42 +0100 From: "Azarewicz, PiotrX T" To: John Daley , "dev@dpdk.org" CC: "bruce.richarsdon@intel.com" Thread-Topic: [dpdk-dev] [PATCH v3 12/13] enic: expand local Tx mbuf flags variable to 64-bits Thread-Index: AQHRvS54oQnSaCql1EWb3j+rqJTuGZ/XX/vg Date: Fri, 3 Jun 2016 08:05:42 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E64136D1EE8@IRSMSX102.ger.corp.intel.com> References: <1464071579-30072-1-git-send-email-johndale@cisco.com> <1464913377-30879-1-git-send-email-johndale@cisco.com> <1464913377-30879-13-git-send-email-johndale@cisco.com> In-Reply-To: <1464913377-30879-13-git-send-email-johndale@cisco.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v3 12/13] enic: expand local Tx mbuf flags variable to 64-bits 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, 03 Jun 2016 08:05:45 -0000 > Coverity issue: 13218 > Fixes: fefed3d1e62c ("enic: new driver") >=20 > Suggested-by: Piotr Azarewicz > Signed-off-by: John Daley > --- > This is essentially patch http://www.dpdk.org/dev/patchwork/patch/12642 > applied after the enic_send_packet function was melded into the main > transmit funciton. >=20 Acked-by: Piotr Azarewicz