From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 7/9] test: update bus and pci unit test cases Date: Wed, 18 Jan 2017 00:46:31 +0100 Message-ID: <2304658.iSxWJCWQJk@xps13> References: <1484647774-28984-1-git-send-email-shreyansh.jain@nxp.com> <1484660264-6531-1-git-send-email-shreyansh.jain@nxp.com> <1484660264-6531-8-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id BE0B611DE for ; Wed, 18 Jan 2017 00:46:33 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id c206so248711568wme.0 for ; Tue, 17 Jan 2017 15:46:33 -0800 (PST) In-Reply-To: <1484660264-6531-8-git-send-email-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-17 19:07, Shreyansh Jain: > Signed-off-by: Shreyansh Jain > Reviewed-by: Ferruh Yigit > --- > app/test/test_bus.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++++ > app/test/test_pci.c | 164 ++++++++++++++++++++++++++++++++++++---------------- > 2 files changed, 266 insertions(+), 50 deletions(-) You can split in 2 patches (generic and PCI) and squash them with their respective implementation in EAL.