From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C94FAA0487 for ; Mon, 1 Jul 2019 21:50:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C931A1B945; Mon, 1 Jul 2019 21:50:16 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id DF4624C99 for ; Mon, 1 Jul 2019 21:50:15 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 74D8859A; Mon, 1 Jul 2019 15:50:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 01 Jul 2019 15:50:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=6f40LBjcoiMyMOa9fraI+eWE7IcLQo9+Rk60hEAjvPg=; b=HkGcfA/BEcB+ ElKdd+MCktMEfqx19MrBm+NMR5K5uyRfpAvbnEnsw+AcKTuZOJA4nhRyQn9F3JTc O+HPDjXkXiaAuJY71GqpNwVrkM02aleplPAk1Bzj6sGDGDWnvlQczLFyoReXOPln veztbax6/zwEx6fg8sfiaX2+WP/M7TI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=6f40LBjcoiMyMOa9fraI+eWE7IcLQo9+Rk60hEAjv Pg=; b=zzHlsxTkhnLdqeZicjJsjE0zuvt5mTy9Zodq218/v5esFYRVvRklvcheZ cqEu89wXYdcqdHZpag5fTtHz6rFduL30VTXPK+fxrPZkRTkpsY9nVEueSdi2h3ZP r1HE9YvA055cdKhA5oDPgLyEnBAv4pggjR5kXN+4Xc40216svyqAGaOSJDyOEkqK GOQzeeuQIDrzj7UzGeFB/u7VAq5XCew34kRcdRUHKnFWBs5nqAdeXIp53M3gAFPP 8Z9MmwwZ25+5YDZVdHpLgGbBYax3Urn/VhGUArVjcXcYBvyHBiKBaS5HLP7GCjVO QWZotDMEwDSSBg7yVGb40cebGYskA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdeigddugedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B5659380084; Mon, 1 Jul 2019 15:50:11 -0400 (EDT) From: Thomas Monjalon To: longtb5@viettel.com.vn Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Mon, 01 Jul 2019 21:50:09 +0200 Message-ID: <2617907.hP1oaSJHqe@xps> In-Reply-To: <1559557107-115815-1-git-send-email-longtb5@viettel.com.vn> References: <1559557107-115815-1-git-send-email-longtb5@viettel.com.vn> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] clean up old Rx/Tx configuration leftovers 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" 03/06/2019 12:06, longtb5@viettel.com.vn: > The Rx/Tx configuration was updated in this commit > 81f7ecd9 ("examples: use factorized default Rx/Tx configuration") > > The patch set remove some leftovers from that commit. > > Bao-Long Tran (2): > examples/l3fwd-vf: remove old Rx/Tx configuration defines > doc: remove old Rx/Tx configuration info in l2fwd Applied, thanks