From patchwork Fri Mar 25 16:29:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 11732 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 4E9E15398; Fri, 25 Mar 2016 17:31:31 +0100 (CET) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 49F6A2FDD for ; Fri, 25 Mar 2016 17:31:30 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id l68so23376746wml.0 for ; Fri, 25 Mar 2016 09:31:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=3shy+6/Zf4c2hTcGrphc1TVhBEz2Qa36Kmexg18FcNg=; b=xwDXVggiKpYg9w/9Xt9sPItj8732RTJ4/hKwEYP56GFRXnk76wxzZFiiWPQughRpG9 BLGxe/8GNDyzNXtGVph531miljTAMy/Uw2ter0CbRGD0Tfe1y87MiyeU2jYymwKlOM4b eby6ukLc7IoccZJHy5i/gCs2ZFJQ3aO8Bq8DtinDSLwY0EC55u2+ZXOYwo3DP2ohjb89 4PIg84p0iPIqGdtiVJG+gMCHYIh+eKjB1XLoCEL84H7GRhuv5om5xjo+iac0xLbNQo4e hR8cJjeFKEfWg3RimVq6E3g6jX18/CmkDLV0BUUq9AcUcpXjWnG+tae9Lfuypd+CR7Va mK7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3shy+6/Zf4c2hTcGrphc1TVhBEz2Qa36Kmexg18FcNg=; b=k/QKGEeYHfduLyyWYSzeffdpHSPHCHDjGaitxU/TkwCAs1VWpPbO7w0yda5Z5MkrUD CB02gDftHBfqElCMJ3wu++pscNTSJqq5W6own+ktu8VTorfzfDqQZv1jjhc7gLpXvTnR gccvRJ3jLrgZ8tBqwdoTx+5NsZhXmYDkpIAqP6SuNLBLCTInZEqoQ5g0B77puBhBHCTy QLSKjsPQtXoQwB+L89eYM4fK3AczYh3xlwP1QmhNJRhBVVBIPqOejvRvhzWer9WwEPfa G6062rBLn4UZyLGuvF6IJWXuugWTA8rsJbGFkb//Y16u2W+ynShuj8yXwRD9xywQbcTj 8a6A== X-Gm-Message-State: AD7BkJI6DdHh+kjodK7zSJwI4TI8ygMJo9F5Rbx6ECvmSC0OX7/fBbmMkyL5T3SS5jYfWvOK X-Received: by 10.28.234.201 with SMTP id g70mr16635796wmi.40.1458923490055; Fri, 25 Mar 2016 09:31:30 -0700 (PDT) Received: from XPS13.localdomain (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id u133sm1327374wmg.8.2016.03.25.09.31.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Mar 2016 09:31:29 -0700 (PDT) From: Thomas Monjalon To: rahul.lakkireddy@chelsio.com Cc: dev@dpdk.org Date: Fri, 25 Mar 2016 17:29:37 +0100 Message-Id: <1458923377-10201-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-dev] [PATCH] doc: postpone flow director changes planned for cxgbe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" It will be tried to find a better solution. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index bdbac15..179e30f 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -24,4 +24,4 @@ Deprecation Notices * ABI changes are planned for adding four new flow types. This impacts RTE_ETH_FLOW_MAX. The release 2.2 does not contain these ABI changes, - but release 2.3 will. + but release 2.3 will. [postponed]