From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by dpdk.org (Postfix) with ESMTP id 6DCA04AC7 for ; Tue, 15 Mar 2016 14:12:30 +0100 (CET) Received: from nbmato.fit.vutbr.cz (unknown [IPv6:2001:67c:1220:8b2:e849:51b9:b39f:4866]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id 1CB5EED5B1A; Tue, 15 Mar 2016 14:12:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2; t=1458047550; bh=+pj6z8LQX9PlBDBGdguTf8p1hQfQHAZMM39jynNh4gA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=pVm2ZLU7st1oJ8n6eSyPYSltndKYC8QlfCCbqSS3pog0QXg7+F79YgA0fzk1rmjPT c0TvCadYZ/fniwepSjbRY3/AnMzQGA9dw5GsDMEOEyU9SY57Vig+u2QKSUt9hf3wRG y9zZfxN+XuLVX/d8CnIexJsVQvlB6F2Aw1UO1+r4= From: Matej Vido To: thomas.monjalon@6wind.com Cc: marcdevel@gmail.com, dev@dpdk.org Date: Tue, 15 Mar 2016 14:12:05 +0100 Message-Id: <1458047529-6522-1-git-send-email-vido@cesnet.cz> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1457992546-32230-1-git-send-email-thomas.monjalon@6wind.com> References: <1457992546-32230-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH 0/4] szedata2: 100G and link speed API refactoring 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: Tue, 15 Mar 2016 13:12:30 -0000 This patch series adds link speed API changes to szedata2 driver based on current dpdk-next-net/rel_16_04 tree. Changes are split into commits as in v10 of patch series: http://dpdk.org/ml/archives/dev/2016-March/035731.html Matej Vido (4): szedata2: use constants for link state szedata2: rename link speed constants szedata2: redesign link speed config szedata2: add 100G link speed drivers/net/szedata2/rte_eth_szedata2.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -- 1.9.1