From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from alln-iport-5.cisco.com (alln-iport-5.cisco.com [173.37.142.92]) by dpdk.org (Postfix) with ESMTP id 7FDD6558D for ; Mon, 14 Nov 2016 20:49:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=15655; q=dns/txt; s=iport; t=1479152996; x=1480362596; h=from:to:cc:subject:date:message-id:mime-version; bh=kDj6oVY+q5oWQhutlYEbDEcIuLY/A7zGCod9Ri61Sac=; b=KA5urzaXhdKc0F8SKmKrJ/nfwbnMNNHQi9p35+8XA/uyzX7LVu6mhKfO bffRGvHPVTJeA7rpDrm0YfUFicO2gC9swHb+autFPx4g7hSC/D8mqyrM2 tNjjG67bW/u901WUPAf21tGASFy38bMvllaR/bE9eBU2eaS/+fN3hWCha w=; X-Files: 0003-net-enic-document-how-to-configure-vNIC-parameters.patch, 0001-net-enic-fix-multi-queue-Rx-performance.patch, 0002-net-enic-fix-crash-on-MTU-update-or-Rx-queue-reconfi.patch : 5203, 3026, 1773 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0BuAQAYFCpY/51dJa1eGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgzEBAQEBAR+BX403q2mCB4Yjgic/FAECAQEBAQEBAWIdC4RoeRIBUDA?= =?us-ascii?q?mAQQODQaIU7Imi1IBAQEBAQEBAQEBAQEBAQEBAQEBEA6GPI8DBY8giyEBg1CNB?= =?us-ascii?q?YFgAY5GkU0BHjeBA4U2h2KBDAEBAQ?= X-IronPort-AV: E=Sophos;i="5.31,640,1473120000"; d="scan'208,223";a="346472538" Received: from rcdn-core-6.cisco.com ([173.37.93.157]) by alln-iport-5.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Nov 2016 19:49:55 +0000 Received: from XCH-RCD-006.cisco.com (xch-rcd-006.cisco.com [173.37.102.16]) by rcdn-core-6.cisco.com (8.14.5/8.14.5) with ESMTP id uAEJntmo005572 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Mon, 14 Nov 2016 19:49:55 GMT Received: from xch-rcd-007.cisco.com (173.37.102.17) by XCH-RCD-006.cisco.com (173.37.102.16) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Mon, 14 Nov 2016 13:49:54 -0600 Received: from xch-rcd-007.cisco.com ([173.37.102.17]) by XCH-RCD-007.cisco.com ([173.37.102.17]) with mapi id 15.00.1210.000; Mon, 14 Nov 2016 13:49:54 -0600 From: "John Daley (johndale)" To: "stable@dpdk.org" CC: Yuanhan Liu Thread-Topic: 3 Enic PMD patches for 16.07 stable Thread-Index: AdI+r+0BoUxdU+3CSWSgcOlSxG0JFg== Date: Mon, 14 Nov 2016 19:49:53 +0000 Message-ID: <0c8f0acf39af4f9ba19060ab65333270@XCH-RCD-007.cisco.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.19.145.149] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-stable] 3 Enic PMD patches for 16.07 stable X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 19:49:57 -0000 Hi, Here are 3 patches for the Cisco Enic PMD driver which should be part of th= e 16.07 stable release. These have been rebased on top of 16.07 stable so should apply clean. Thanks in advance for applying them! John