Re: [Ryu-devel] [PATCH 0/2] pip: Tests for requirements for pip install

2016-12-10 Thread FUJITA Tomonori
On Tue, 22 Nov 2016 11:34:53 +0900 IWASE Yusuke wrote: > For OpenStack, Ryu should be comapitble to be installed with > "pip install" command. > OTOH, the requirements for Ryu are separeted: > - tools/pip-requires (referred by pip) > - tools/optional-requires (NOT

Re: [Ryu-devel] [PATCH 0/7] mrtlib: Add parser for MRT format file

2016-12-10 Thread FUJITA Tomonori
On Fri, 25 Nov 2016 17:02:52 +0900 IWASE Yusuke wrote: > Note: The following patches should be applied after: > [PATCH 0/4] bgp: Support multiple next_hop in BGPPathAttributeMpReachNLRI > > The following patches add the implementation for parsing > the MRT format

Re: [Ryu-devel] [PATCH 0/2] Imporove the scenario test

2016-12-10 Thread FUJITA Tomonori
On Mon, 28 Nov 2016 13:21:24 +0900 fumihiko kakuma wrote: > The following patches improve the scenario test using a docker. > > fumihiko kakuma (2): > Delete an unnecessary function > Get some debug information > > ryu/tests/integrated/common/docker_base.py

Re: [Ryu-devel] [PATCH 0/2] bgp_scenario_test: Pylint

2016-12-10 Thread FUJITA Tomonori
On Mon, 5 Dec 2016 11:07:22 +0900 IWASE Yusuke wrote: > The following patches improve Pylint results of bgp_scenario_test. > > Note: The following patches should be applied after: > [PATCH 0/2] Imporove the scenario test > [PATCH v4 0/2] tox: Move dependencies

Re: [Ryu-devel] [PATCH] Add DHCP options constants to DHCP lib

2016-12-10 Thread FUJITA Tomonori
On Thu, 8 Dec 2016 09:28:28 +0200 Omer Anson wrote: > From: Omer Anson > > Add DHCP options constants to DHCP lib for the following options: > * Domain name option (15) > * Interface MTU (26) > * Classless route (121) > > These constants are

Re: [Ryu-devel] [PATCH] lib/ofctl_v_*: Enable to filter flow stats by priority

2016-12-10 Thread FUJITA Tomonori
On Thu, 8 Dec 2016 16:49:00 +0900 IWASE Yusuke wrote: > OpenFlow Spec does not allow to filter flow entries by priority, > but when with a large amount of flow entries, filtering by priority > is convenient to get statistics efficiently. > > This patch enables