From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 60F0E8E6C for ; Tue, 3 Nov 2015 00:42:58 +0100 (CET) Received: by wicll6 with SMTP id ll6so59892884wic.0 for ; Mon, 02 Nov 2015 15:42:58 -0800 (PST) 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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=3CX0QijCUnovl+RltGImO1aFVZfx7q3v5qHTZB297wk=; b=1AYTVkeu0MMSun3tmfs1J6FHRhpgK71Oec/EsWamXq14OC4qp0dT74RA4t90lxnmxR AUfGOWVzkICoYE99G/Q5Q01jPJaZOny/2Zv/bthewdmCK6LjvvgA8uNcQ09a8fb5hH7S RDRtfkQ6EUDBFQUwNuy8RSoMiZ1CjQhob1Iq1ze3vwOu/QblnUYh1v1Q/8SCq46BCZS9 XTYYjVUBIEwixTIM9AYHkGPdauqc3Thub+x2I/095J4pS70ZyTdbboe1ZdCS9JvcZ2zm NekvB4i+3V2cFT18pPRFyM8+3X0E8f6gtpGmTt4lekFFjRVjFNeAN6cYeOf68wDBVWiy H29A== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3CX0QijCUnovl+RltGImO1aFVZfx7q3v5qHTZB297wk=; b=T2dJ8WKLHknuaMvu8i3Dj+rvB2Npym2+WZbRdH9pzp7zI7fC/2C5DCUTpVq6SCoY7N VUu97tMjYiYtlH5NBz3+EceviTd2liic13vtEzKqQqpS7DtW2EjNP42csfbCCDfRTA2s 4wCcBeA3Y/5eFpgCJhFdvKhJThTcZ6UH1NZTLdqnJUgAgJxH+ZVw6jMCm6Na+P1KUMgw EpyIWrenx1e1fzI1SWL/QgElzINIHLQChEOZtXCHDZ9i+Qt6KjGz8Q9Z0FrzDfMJKoha DrT5dNKqx0cq4GDhf95ly15G+PJV3GHe4ckY/IcvNY+BFjf8S5C8g57jY3YdgP0npHHc t88Q== X-Gm-Message-State: ALoCoQlqDJbI9esTlazy0K3c/+LJVx/eACZveQSei6hYSidBay1rnAGfhtHrIgPewR3CB4BHcSvd X-Received: by 10.194.58.44 with SMTP id n12mr26063741wjq.118.1446507778231; Mon, 02 Nov 2015 15:42:58 -0800 (PST) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by smtp.gmail.com with ESMTPSA id j4sm20634017wmg.18.2015.11.02.15.42.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 15:42:57 -0800 (PST) From: Thomas Monjalon To: Maryam Tahhan Date: Tue, 03 Nov 2015 00:41:47 +0100 Message-ID: <1457832.t4UKAhaH1r@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1445337258-6101-1-git-send-email-maryam.tahhan@intel.com> References: <1445337258-6101-1-git-send-email-maryam.tahhan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 1/1] ethdev: remove the imissed deprecation tag 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: , X-List-Received-Date: Mon, 02 Nov 2015 23:42:58 -0000 2015-10-20 11:34, Maryam Tahhan: > Remove the deprecation tag and notice for imissed as it is a generic > register that accounts for packets that were dropped by the HW, > because there are no available mbufs (RX queues are full). imissed is > different to ierrors and can help with general debug. > > Fixes: 49f386542af4 ("ethdev: remove driver specific stats") > > Signed-off-by: Maryam Tahhan > --- > v2: > - Clarify why imissed is no longer deprecated. > - Improve definition of imissed in the documentation. > --- Applied, thanks