From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7AC5E2C5 for ; Mon, 20 Aug 2018 04:11:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Aug 2018 19:11:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,263,1531810800"; d="scan'208";a="76694338" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.193]) ([10.67.119.193]) by orsmga003.jf.intel.com with ESMTP; 19 Aug 2018 19:11:07 -0700 Message-ID: <5B7A9001.4060809@intel.com> Date: Mon, 20 Aug 2018 17:55:13 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Peng Yuan , dts@dpdk.org References: <1534416448-122588-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1534416448-122588-1-git-send-email-yuan.peng@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dts] [PATCH] test_plans: queue region add verification after flush rule X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 02:11:10 -0000 Thanks, Yuan. Applied. On 08/16/2018 06:47 PM, Peng Yuan wrote: > Add some verification after flushing queue region rules. > If the packet type doesn’t match any queue region rules, > it will be distributed to the queue of queue region 0. > > Signed-off-by: Peng Yuan