From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7B4112951 for ; Sun, 22 Apr 2018 17:12:26 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E5BDE20EDC; Sun, 22 Apr 2018 11:12:24 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 22 Apr 2018 11:12:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=gu1j8UVAMUNgVbzoz LQmJjyXxQYVzipr2aEqeB6tMOA=; b=B9dc3upqqN36z9t1ZgRzDVxqpXOQdUYw9 B8KiG82LcEf+WEKfQ1vIWBnz2T33eq+XZ1Qu4eyWPZ8EYCvPwfwAn80FzEy5nmY6 puiazyK0qbwXxXH/Tt0LokWE/cSWuSgJp53GahpqfS8WxgZqwGULuBZTP44qDDc5 k48Sf8ssouB4eCy/KXILwSGJO9a12oa3X+1JOQCHUnVRx4CEX93ZA24JokQT3g0J eix+MF69rwPMw6I8viceba59vLzPFmgHGzukSihIhVwb/YEV2i3zwm6j/i76UEmv zjgFhORk/9Czhe+eeLZm6deSbMnq4bnHNMKcWgsjXYzq5DkX4Bbyg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=gu1j8UVAMUNgVbzozLQmJjyXxQYVzipr2aEqeB6tMOA=; b=m8wfHbJ2 qWZLNZUOvyHdRu39svqjHnLPoMmGcs013cnMqmnW+pXa7CkWcF/RLF34m7MevBFt nxhy+FeptCAya8+981YoazBOUtwERysVv2YgiMWdBXfPqIx1u+MD91CTDgKq3S4A eAAHbHeeShpcpYcFp+RPg92coZM7mqHrNazccqX5ICLrmolV15AfEkcnquYc2d7p fuU5xhfUetxcNQ5XGndXSLHvSYyVupedequFRsmsihzpVl4JLCyQ2QiUowWUvVYa y/Ql2/k/LUllXg6sMF90FLUco48Ja8ZD7XfPqMj2BNb9KRj/z5GTWn4csMUuXxm2 toWImClLNWbv1A== X-ME-Sender: Received: from yuanhanliu-NB0.tencent.com (unknown [223.74.148.66]) by mail.messagingengine.com (Postfix) with ESMTPA id 2B3A310253; Sun, 22 Apr 2018 11:12:22 -0400 (EDT) From: Yuanhan Liu To: Yongseok Koh Cc: Adrien Mazarguil , dpdk stable Date: Sun, 22 Apr 2018 23:09:44 +0800 Message-Id: <20180422150949.17523-54-yliu@fridaylinux.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180422150949.17523-1-yliu@fridaylinux.org> References: <20180422150949.17523-1-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'doc: add timestamp offload to mlx5 features' has been queued to LTS release 17.11.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2018 15:12:26 -0000 Hi, FYI, your patch has been queued to LTS release 17.11.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 04/29/18. So please shout if anyone has objections. Thanks. --yliu --- >>From f2fb61d7171b4ced59834e09066a46bdcd6fe597 Mon Sep 17 00:00:00 2001 From: Yongseok Koh Date: Mon, 2 Apr 2018 10:01:22 -0700 Subject: [PATCH] doc: add timestamp offload to mlx5 features [ upstream commit 360e6972e8b7dca1b4a0a4ed8ed3005b861aa718 ] Fixes: 78c7406b7b5a ("net/mlx5: add Rx HW timestamp") Signed-off-by: Yongseok Koh Acked-by: Adrien Mazarguil --- doc/guides/nics/features/mlx5.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini index c36363915..f8ce08770 100644 --- a/doc/guides/nics/features/mlx5.ini +++ b/doc/guides/nics/features/mlx5.ini @@ -29,6 +29,7 @@ CRC offload = Y VLAN offload = Y L3 checksum offload = Y L4 checksum offload = Y +Timestamp offload = Y Packet type parsing = Y Rx descriptor status = Y Tx descriptor status = Y -- 2.11.0