search for: l170

Displaying 17 results from an estimated 17 matches for "l170".

Did you mean: 170
2018 Nov 11
2
Patch idea: an environment variable for setting the user ID
...work in corporate settings. We must not divulge our user IDs in the packages we develop and release. Jim Hester pointed out that these two lines in `add_build_stamp_to_description_file()` <https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171> are responsible. Could we consider his suggestion of using an optional environment variable to overwrite the default behavior? user <- Sys.getenv("R_BUILD_USERNAME") if (!nzchar(user)) user <- Sys.info()["user"] if(user == "unknown") user <- Sys.gete...
2019 Jan 25
2
Patch idea: an environment variable for setting the user ID
...divulge our user IDs in the packages we develop and release. > > > Jim Hester pointed out that these two lines in > > `add_build_stamp_to_description_file()` > > < > https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171 > > > > are responsible. Could we consider his suggestion of using an optional > > environment variable to overwrite the default behavior? > > > user <- Sys.getenv("R_BUILD_USERNAME") > > if (!nzchar(user)) user <- Sys.info()["user"] &...
2018 Apr 24
3
[RFC v2] virtio: support packed ring
...t;" > > > > So when device writes back an used descriptor in this case, > > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > > is reserved and should be ignored. > > > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > > """ > > Element Length is reserved for used descriptors without the > > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > > """ > > > > And this is the way how driver ignores the `len` in an used > > descriptor. > &...
2018 Apr 24
3
[RFC v2] virtio: support packed ring
...t;" > > > > So when device writes back an used descriptor in this case, > > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > > is reserved and should be ignored. > > > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > > """ > > Element Length is reserved for used descriptors without the > > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > > """ > > > > And this is the way how driver ignores the `len` in an used > > descriptor. > &...
2018 Apr 24
2
[RFC v2] virtio: support packed ring
...vice writes back an used descriptor in this case, > > > > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > > > > is reserved and should be ignored. > > > > > > > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > > > > """ > > > > Element Length is reserved for used descriptors without the > > > > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > > > > """ > > > > > > > > And this is the way how driv...
2018 Apr 24
2
[RFC v2] virtio: support packed ring
...vice writes back an used descriptor in this case, > > > > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > > > > is reserved and should be ignored. > > > > > > > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > > > > """ > > > > Element Length is reserved for used descriptors without the > > > > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > > > > """ > > > > > > > > And this is the way how driv...
2018 Apr 23
2
[RFC v2] virtio: support packed ring
...F_WRITE is reserved and is ignored by the device. """ So when device writes back an used descriptor in this case, device may not set the VIRTQ_DESC_F_WRITE flag as the flag is reserved and should be ignored. https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 """ Element Length is reserved for used descriptors without the VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. """ And this is the way how driver ignores the `len` in an used descriptor. https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#...
2018 Apr 23
2
[RFC v2] virtio: support packed ring
...F_WRITE is reserved and is ignored by the device. """ So when device writes back an used descriptor in this case, device may not set the VIRTQ_DESC_F_WRITE flag as the flag is reserved and should be ignored. https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 """ Element Length is reserved for used descriptors without the VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. """ And this is the way how driver ignores the `len` in an used descriptor. https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#...
2018 Apr 24
1
[RFC v2] virtio: support packed ring
...his case, > > > > > > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > > > > > > is reserved and should be ignored. > > > > > > > > > > > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > > > > > > """ > > > > > > Element Length is reserved for used descriptors without the > > > > > > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > > > > > > """ > > > > > >...
2018 Nov 12
0
Patch idea: an environment variable for setting the user ID
...ettings. We must > not divulge our user IDs in the packages we develop and release. > Jim Hester pointed out that these two lines in > `add_build_stamp_to_description_file()` > <https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171> > are responsible. Could we consider his suggestion of using an optional > environment variable to overwrite the default behavior? > user <- Sys.getenv("R_BUILD_USERNAME") > if (!nzchar(user)) user <- Sys.info()["user"] > if(user == "unknown&q...
2019 Nov 22
0
Patch idea: an environment variable for setting the user ID
...the packages we develop and release. > > > > > Jim Hester pointed out that these two lines in > > > `add_build_stamp_to_description_file()` > > > < > > https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171 > > > > > > are responsible. Could we consider his suggestion of using an optional > > > environment variable to overwrite the default behavior? > > > > > user <- Sys.getenv("R_BUILD_USERNAME") > > > if (!nzchar(user)) user <-...
2018 Apr 24
0
[RFC v2] virtio: support packed ring
...used descriptor in this case, > > > > > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > > > > > is reserved and should be ignored. > > > > > > > > > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > > > > > """ > > > > > Element Length is reserved for used descriptors without the > > > > > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > > > > > """ > > > > > > > > > &gt...
2018 Apr 24
0
[RFC v2] virtio: support packed ring
...d by the device. > """ > > So when device writes back an used descriptor in this case, > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > is reserved and should be ignored. > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > """ > Element Length is reserved for used descriptors without the > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > """ > > And this is the way how driver ignores the `len` in an used > descriptor. > > https://github.com/oasis-tcs/vir...
2018 Apr 24
0
[RFC v2] virtio: support packed ring
...> > So when device writes back an used descriptor in this case, > > > device may not set the VIRTQ_DESC_F_WRITE flag as the flag > > > is reserved and should be ignored. > > > > > > https://github.com/oasis-tcs/virtio-spec/blob/d4fec517dfcf/packed-ring.tex#L170 > > > """ > > > Element Length is reserved for used descriptors without the > > > VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. > > > """ > > > > > > And this is the way how driver ignores the `len` in an use...
2016 Dec 09
4
Strange clang behavior when compiled against musl
I have managed to compile llvm and clang against musl, but it behaves really strange: At first I tried to launch the compiler with musl dynamic loader: $ LD_LIBRARY_PATH=/path/to/musl/lib /path/to/musl/lib/ld-musl-x86_64.so.1 /path/to/llvm/bin/clang -v clang version 4.0.0 (https://github.com/llvm-mirror/clang 40adebeca0f99006d407508653c2cbd270a1a51c) (https://github.com/llvm-mirror/llvm
2018 Apr 01
8
[RFC v2] virtio: support packed ring
Hello everyone, This RFC implements packed ring support for virtio driver. The code was tested with DPDK vhost (testpmd/vhost-PMD) implemented by Jens at http://dpdk.org/ml/archives/dev/2018-January/089417.html Minor changes are needed for the vhost code, e.g. to kick the guest. TODO: - Refinements and bug fixes; - Split into small patches; - Test indirect descriptor support; - Test/fix event
2018 Apr 01
8
[RFC v2] virtio: support packed ring
Hello everyone, This RFC implements packed ring support for virtio driver. The code was tested with DPDK vhost (testpmd/vhost-PMD) implemented by Jens at http://dpdk.org/ml/archives/dev/2018-January/089417.html Minor changes are needed for the vhost code, e.g. to kick the guest. TODO: - Refinements and bug fixes; - Split into small patches; - Test indirect descriptor support; - Test/fix event