From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-000f0801.pphosted.com (mx0b-000f0801.pphosted.com [67.231.152.113]) by dpdk.org (Postfix) with ESMTP id CC3D17F50 for ; Tue, 11 Nov 2014 20:35:56 +0100 (CET) Received: from pps.filterd (m0048192 [127.0.0.1]) by mx0b-000f0801.pphosted.com (8.14.5/8.14.5) with SMTP id sABJSL3S019068 for ; Tue, 11 Nov 2014 11:45:44 -0800 Received: from hq1wp-exchub02.corp.brocade.com ([144.49.131.13]) by mx0b-000f0801.pphosted.com with ESMTP id 1qkefd9d4v-14 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Tue, 11 Nov 2014 11:45:43 -0800 Received: from HQ1WP-EXMB11.corp.brocade.com (10.70.20.185) by hq1wp-exchub02.corp.brocade.com (10.70.38.99) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 11 Nov 2014 11:41:32 -0800 Received: from HQ1WP-EXMB11.corp.brocade.com (10.70.20.185) by HQ1WP-EXMB11.corp.brocade.com (10.70.20.185) with Microsoft SMTP Server (TLS) id 15.0.847.32; Tue, 11 Nov 2014 11:41:31 -0800 Received: from HQ1WP-EXMB11.corp.brocade.com ([fe80::a074:92ea:2771:eec9]) by HQ1WP-EXMB11.corp.brocade.com ([fe80::a074:92ea:2771:eec9%18]) with mapi id 15.00.0847.030; Tue, 11 Nov 2014 11:41:31 -0800 From: Shyam Sundar Govindaraj To: "dev@dpdk.org" Thread-Topic: rte_eth_add_mc_addr not in dpdk-1.7.1 Thread-Index: Ac/952zPwOCivOtNQS+SLmDkP/N/Mw== Date: Tue, 11 Nov 2014 19:41:31 +0000 Message-ID: <1e90b45b978d4d9f93943eebaebb3090@HQ1WP-EXMB11.corp.brocade.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.120.62.132] MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68, 1.0.28, 0.0.0000 definitions=2014-11-11_07:2014-11-11,2014-11-11,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1411110138 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] rte_eth_add_mc_addr not in dpdk-1.7.1 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, 11 Nov 2014 19:35:57 -0000 Hi The below function is available in dpdk-1.6.0r1 but not in dpdk-1.7.1. Please let me know if there is any alternative function available for this in dpdk-1.7.1? lib/librte_ether/rte_ethdev.c:858:rte_eth_add_mc_addr(uint8_t port_id, uint8_t *mac_addr[], uint32_t mc_addr_cnt) lib/librte_ether/rte_ethdev.h:1675:extern void rte_eth_add_mc_addr(uint8_t port_id, uint8_t *mac_addr[], uint32_t mc_addr_cnt); Thanks Shyam