From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id B6FB61B1A6 for ; Tue, 26 Sep 2017 20:53:42 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E74E3C057F91 for ; Tue, 26 Sep 2017 18:53:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E74E3C057F91 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=aconole@redhat.com Received: from dhcp-25-97.bos.redhat.com (ovpn-122-85.rdu2.redhat.com [10.10.122.85]) by smtp.corp.redhat.com (Postfix) with ESMTP id 96E8E17B0F for ; Tue, 26 Sep 2017 18:53:38 +0000 (UTC) From: Aaron Conole To: dev@dpdk.org Date: Tue, 26 Sep 2017 14:53:25 -0400 Message-Id: <20170926185329.2776-1-aconole@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 26 Sep 2017 18:53:42 +0000 (UTC) Subject: [dpdk-dev] [RFC 0/4] misc enic fixes 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, 26 Sep 2017 18:53:43 -0000 These still need some testing, and I will cc to stable with the official patch. I'm especially interested in the comments on base. Aaron Conole (4): enic: update format string to match arg types enic: fix assignment enic: remove unused code enic: remove anscillary assignment drivers/net/enic/base/vnic_cq.c | 14 +---- drivers/net/enic/base/vnic_dev.c | 110 ++------------------------------------- drivers/net/enic/base/vnic_rq.c | 9 +--- drivers/net/enic/base/vnic_rss.c | 32 ------------ drivers/net/enic/base/vnic_wq.c | 7 +-- drivers/net/enic/enic.h | 5 -- drivers/net/enic/enic_compat.h | 20 ------- drivers/net/enic/enic_main.c | 2 +- 8 files changed, 10 insertions(+), 189 deletions(-) -- 2.9.5