From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 56C13A045E for ; Thu, 30 May 2019 10:15:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 10FBC1B956; Thu, 30 May 2019 10:15:43 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 25E5B1B956; Thu, 30 May 2019 10:15:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2019 01:15:40 -0700 X-ExtLoop1: 1 Received: from istokes-mobl1.ger.corp.intel.com (HELO [10.252.1.240]) ([10.252.1.240]) by fmsmga008.fm.intel.com with ESMTP; 30 May 2019 01:15:35 -0700 To: Kevin Traynor , dpdk stable Cc: dev@dpdk.org, Sitong Liu , Pei Zhang , Raslan Darawsheh , qian.q.xu@intel.com, Ju-Hyoung Lee , Ali Alnubani , David Christensen , benjamin.walker@intel.com, Thomas Monjalon , John McNamara , Luca Boccassi , Jerin Jacob Kollanukkaran , Hemant Agrawal , Akhil Goyal References: <20190521140102.24674-1-ktraynor@redhat.com> From: Ian Stokes Message-ID: <690a2f09-33f4-2c90-36ff-628f02630d2f@intel.com> Date: Thu, 30 May 2019 09:15:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190521140102.24674-1-ktraynor@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] 18.11.2 (LTS) patches review and test X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 5/21/2019 3:01 PM, Kevin Traynor wrote: > Hi all, > > Here is a list of patches targeted for LTS release 18.11.2. > > The planned date for the final release is 11th June. > > Please help with testing and validation of your use cases and report > any issues/results. For the final release I will update the release > notes with fixes and reported validations. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v18.11.2-rc1 > > These patches are located at branch 18.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Kevin Traynor > Hi Kevin, I've validated with current head OVS Master and OVS 2.11.1 with VSPERF. Tested with i40e (X710), i40eVF, ixgbe (82599ES), ixgbeVF, igb(I350) and igbVF devices. Following tests were conducted and passed: * vswitch_p2p_tput: vSwitch - configure switch and execute RFC2544 throughput test. * vswitch_p2p_cont: vSwitch - configure switch and execute RFC2544 continuous stream test. * vswitch_pvp_tput: vSwitch - configure switch, vnf and execute RFC2544 throughput test. * vswitch_pvp_cont: vSwitch - configure switch, vnf and execute RFC2544 continuous stream test. * ovsdpdk_hotplug_attach: Ensure successful port-add after binding a device to igb_uio after ovs-vswitchd is launched. * ovsdpdk_mq_p2p_rxqs: Setup rxqs on NIC port. * ovsdpdk_mq_pvp_rxqs: Setup rxqs on vhost user port. * ovsdpdk_mq_pvp_rxqs_linux_bridge: Confirm traffic received over vhost RXQs with Linux virtio device in guest. * ovsdpdk_mq_pvp_rxqs_testpmd: Confirm traffic received over vhost RXQs with DPDK device in guest. * ovsdpdk_vhostuser_client: Test vhost-user client mode. * ovsdpdk_vhostuser_client_reconnect: Test vhost-user client mode reconnect feature. * ovsdpdk_vhostuser_server: Test vhost-user server mode. * ovsdpdk_vhostuser_sock_dir: Verify functionality of vhost-sock-dir flag. * ovsdpdk_vdev_add_null_pmd: Test addition of port using the null DPDK PMD driver. * ovsdpdk_vdev_del_null_pmd: Test deletion of port using the null DPDK PMD driver. * ovsdpdk_vdev_add_af_packet_pmd: Test addition of port using the af_packet DPDK PMD driver. * ovsdpdk_vdev_del_af_packet_pmd: Test deletion of port using the af_packet DPDK PMD driver. * ovsdpdk_numa: Test vhost-user NUMA support. Vhostuser PMD threads should migrate to the same numa slot, where QEMU is executed. * ovsdpdk_jumbo_p2p: Ensure that jumbo frames are received, processed and forwarded correctly by DPDK physical ports. * ovsdpdk_jumbo_pvp: Ensure that jumbo frames are received, processed and forwarded correctly by DPDK vhost-user ports. * ovsdpdk_jumbo_p2p_upper_bound: Ensure that jumbo frames above the configured Rx port's MTU are not accepted. * ovsdpdk_jumbo_mtu_upper_bound_vport: Verify that the upper bound limit is enforced for OvS DPDK vhost-user ports. * ovsdpdk_rate_p2p: Ensure when a user creates a rate limiting physical interface that the traffic is limited to the specified policer rate in a p2p setup. * ovsdpdk_rate_pvp: Ensure when a user creates a rate limiting vHost User interface that the traffic is limited to the specified policer rate in a pvp setup. * ovsdpdk_qos_p2p: In a p2p setup, ensure when a QoS egress policer is created that the traffic is limited to the specified rate. * ovsdpdk_qos_pvp: In a pvp setup, ensure when a QoS egress policer is created that the traffic is limited to the specified rate. * phy2phy_scalability: LTD.Scalability.Flows.RFC2544.0PacketLoss * phy2phy_scalability_cont: Phy2Phy Scalability Continuous Stream * pvp_cont: PVP Continuous Stream * pvvp_cont: PVVP Continuous Stream * pvpv_cont: Two VMs in parallel with Continuous Stream Regards Ian