search for: 635mb

Displaying 5 results from an estimated 5 matches for "635mb".

Did you mean: 35mb
2019 Nov 22
0
Installing R 3.5 on Ubuntu bionic stopped(?) working
...nths ago 670MB r-base 3.4.2 02d3b7e00020 2 years ago 651MB r-base 3.4.0 5a6c58403310 2 years ago 656MB r-base 3.3.3 88436550cddc 2 years ago 635MB r-base 3.3.1 7ba1baf9d8bb 3 years ago 657MB edd at rob:~$ Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2019 Nov 22
2
Installing R 3.5 on Ubuntu bionic stopped(?) working
Hello all, i am one of the maintainers of the open-source https://repo2docker.readthedocs.io/ tool. The tool builds a container image from a directory. Depending on what it finds in the directory it will install different software for the user. The focus of the tool is to make it easier for researchers to create environments in which their code runs and can then be used to share and reproduce
2020 Jul 09
0
[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
...nt: > DEV="$tap_name" F_THREAD=1 DST_MAC=$MAC_ADDR COUNT=$((2500000*25)) > SKB_CLONE=$((2**31)) > > And testpmd is the same as Tx but with forward-mode=rxonly. > > Pktgen reports: > Baseline: 1853025pps 622Mb/sec (622616400bps) errors: 7915231 > Batch: 1891404pps 635Mb/sec (635511744bps) errors: 4926093 > Buf_api: 1844008pps 619Mb/sec (619586688bps) errors: 47766692 > > Testpmd reports: > Baseline: 1854448pps, 860464156 bps. [3] > Batch: 1892844.25pps, 878280070bps. > Buf_api: 1846139.75pps, 856609120bps. > > Any thoughts? > > Tha...
2020 Jun 11
27
[PATCH RFC v8 00/11] vhost: ring format independence
This still causes corruption issues for people so don't try to use in production please. Posting to expedite debugging. This adds infrastructure required for supporting multiple ring formats. The idea is as follows: we convert descriptors to an independent format first, and process that converting to iov later. Used ring is similar: we fetch into an independent struct first, convert that to
2020 Jun 11
27
[PATCH RFC v8 00/11] vhost: ring format independence
This still causes corruption issues for people so don't try to use in production please. Posting to expedite debugging. This adds infrastructure required for supporting multiple ring formats. The idea is as follows: we convert descriptors to an independent format first, and process that converting to iov later. Used ring is similar: we fetch into an independent struct first, convert that to