From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] ethdev: don't consider device state when validating flows Date: Thu, 06 Apr 2017 22:50:46 +0200 Message-ID: <3201735.1C876yLKqy@xps13> References: <20170324023659.28099-1-johndale@cisco.com> <20170324023659.28099-2-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John Daley , adrien.mazarguil@6wind.com Return-path: Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id BCCDE2B87 for ; Thu, 6 Apr 2017 22:50:48 +0200 (CEST) Received: by mail-wr0-f172.google.com with SMTP id g19so36437105wrb.0 for ; Thu, 06 Apr 2017 13:50:48 -0700 (PDT) In-Reply-To: <20170324023659.28099-2-johndale@cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Ping, any progress on this patch? 2017-03-23 19:36, John Daley: > PMDs only consider if a flow would be accepted or not the assuming the > device had all it's resources available to it. Since state is not > considered, -EEXIST and -EBUSY return codes no longer make sense and > are removed. Also clarify the -ENOMEM has nothig to do with device > resouces, only host resources needed rte_flow_validate(). > > Signed-off-by: John Daley