From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Conole Subject: [RFC 0/4] misc enic fixes Date: Tue, 26 Sep 2017 14:53:25 -0400 Message-ID: <20170926185329.2776-1-aconole@redhat.com> To: dev@dpdk.org 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) 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) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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