From patchwork Mon Mar 23 19:59:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 67035 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 891E6A0564; Mon, 23 Mar 2020 20:59:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D469E1C0AB; Mon, 23 Mar 2020 20:59:38 +0100 (CET) Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [216.205.24.74]) by dpdk.org (Postfix) with ESMTP id 66BFF1C08E for ; Mon, 23 Mar 2020 20:59:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584993576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=X+HGnQZ/txl8jrRQUON8mtl31+B7AcgGKCQfikIPN+s=; b=JcYzT1m4Fg0GMX4U6RiWuQmg6KrfAHDdZBLQ+Ip5K5NGYl6NGUE/t3SbluaPW5kCTQndpV jUE+NdYXBAJ+LMKpwKER7HKlUbJ8M0vq2I8+1ppbmO8jSfhsisYAA8/Yep8bhwUeSIgrJJ CsUhAKC5D0o4Ui4ZQOrh+rdEhT5PKuQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-487-pNkV2u73OB2hKx_iuLa9og-1; Mon, 23 Mar 2020 15:59:34 -0400 X-MC-Unique: pNkV2u73OB2hKx_iuLa9og-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8D9D4800D53; Mon, 23 Mar 2020 19:59:33 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.243]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1026010016EB; Mon, 23 Mar 2020 19:59:31 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: aconole@redhat.com, ruifeng.wang@arm.com, maicolgabriel@hotmail.com, bruce.richardson@intel.com Date: Mon, 23 Mar 2020 20:59:21 +0100 Message-Id: <20200323195926.12182-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [dpdk-dev] [PATCH v4 0/5] no-huge unit test 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This is a respin of Ruifeng series with a patch I sent earlier today. Changelog since v3: - patch 1 is new, - patch 3 is the only that has differences,