From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-000f0801.pphosted.com (mx0a-000f0801.pphosted.com [67.231.144.122]) by dpdk.org (Postfix) with ESMTP id BE5253253 for ; Tue, 18 Jul 2017 13:52:53 +0200 (CEST) Received: from pps.filterd (m0048193.ppops.net [127.0.0.1]) by mx0a-000f0801.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v6IBmfr9023295; Tue, 18 Jul 2017 04:52:52 -0700 Received: from brmwp-exmb11.corp.brocade.com ([208.47.132.227]) by mx0a-000f0801.pphosted.com with ESMTP id 2bs8r8taad-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 18 Jul 2017 04:52:52 -0700 Received: from [10.252.68.3] (10.252.68.3) by BRMWP-EXMB11.corp.brocade.com (172.16.59.77) with Microsoft SMTP Server (TLS) id 15.0.1293.2; Tue, 18 Jul 2017 05:52:48 -0600 To: Ferruh Yigit , References: <1500332723-10812-1-git-send-email-ciwillia@brocade.com> <446b30e7-81f0-4ff8-1e83-108b37f0c6ae@intel.com> CC: , From: "Charles (Chas) Williams" Message-ID: <9af52a88-262c-1911-3ce6-9bb01836fc42@brocade.com> Date: Tue, 18 Jul 2017 07:52:43 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <446b30e7-81f0-4ff8-1e83-108b37f0c6ae@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: hq1wp-excas12.corp.brocade.com (10.70.38.22) To BRMWP-EXMB11.corp.brocade.com (172.16.59.77) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-07-18_04:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1706020000 definitions=main-1707180174 Subject: Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 11:52:54 -0000 On 07/18/2017 07:50 AM, Ferruh Yigit wrote: > On 7/18/2017 12:05 AM, Charles (Chas) Williams wrote: >> Just a couple small changes to net/virtio that make it a little more >> well behaved. > > Same question here, is this patchset targets the 17.08-rc2? Can this be > postponed? Yes, these can all be postponed to 17.11. They are too late for a -rc2. > >> >> Brian Russell (1): >> net/virtio: register/unregister intr handler on start/stop >> >> Charles (Chas) Williams (1): >> net/virtio: do not re-enter clean up routines >> >> drivers/net/virtio/virtio_ethdev.c | 41 +++++++++++++++++++++++++------------- >> drivers/net/virtio/virtio_pci.h | 4 +++- >> 2 files changed, 30 insertions(+), 15 deletions(-) >> >