Displaying 20 results from an estimated 2380 matches for "rework".
Did you mean:
reword
2009 Dec 09
2
[LLVMdev] Rework of Vector/Scalar Classification
...e this work. Even just applying this
> > and immediately reverting it is better than nothing because it will
> > at least be preserved in the repository history.
>
> Please don't abuse the repository like this.
So the answer is...no?
It's a bit frustrating to be told to rework a patch to operate in a
different (and better) fashion only to have it rejected.
-Dave
2009 Dec 10
0
[LLVMdev] Rework of Vector/Scalar Classification
...han nothing because it will
>>> at least be preserved in the repository history.
>>
>> Please don't abuse the repository like this.
>
> So the answer is...no?
My comment here was in response to your comment here.
>
> It's a bit frustrating to be told to rework a patch to operate in a
> different (and better) fashion only to have it rejected.
I've not followed closely enough to know who told you to do it
this way; if they think the new patch is good then that's fine
with me. It looks like it probably won't break anything.
It's still v...
2014 Jan 28
2
[PATCH 1/1] rework printing for visual host key upper border
Key types are getting longer and the current implementation of visual
host key breaks with ED25519, resulting in (note the missing bracket):
+--[ED25519 256--+
This reworks the calculation of visual host key upper border. Please be
aware that this may change the output for other key types as well.
---
key.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/key.c b/key.c
index 9142338..430f290 100644
--- a/key.c
+++ b/key.c
@@ -530,13 +...
2009 Dec 07
0
[LLVMdev] Rework of Vector/Scalar Classification
On Friday 04 December 2009 16:44, David Greene wrote:
> Here's a reworked patch to mark instructions and operands as vector or
> scalar. It uses TableGen to infer the flags from types, allowing the user
> to override with a "let isVector = 0" clause.
>
> I decided to forego classifying MachineMemOperands for now in the interests
> of getting th...
2009 Dec 04
4
[LLVMdev] Rework of Vector/Scalar Classification
Here's a reworked patch to mark instructions and operands as vector or scalar.
It uses TableGen to infer the flags from types, allowing the user to override
with a "let isVector = 0" clause.
I decided to forego classifying MachineMemOperands for now in the interests of
getting this piece in. I still th...
2019 Sep 06
4
[PATCH 0/2] Revert and rework on the metadata accelreation
On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
> On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
>> Hi:
>>
>> Per request from Michael and Jason, the metadata accelreation is
>> reverted in this version and rework in next version.
>>
>> Please review.
>>
>> Thanks
>>
>> Jason Wang (2):
>> Revert "vhost: access vq metadata through kernel virtual address"
>> vhost: re-introducing metadata acceleration through kernel virtual
>> address
&...
2019 Sep 06
4
[PATCH 0/2] Revert and rework on the metadata accelreation
On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
> On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
>> Hi:
>>
>> Per request from Michael and Jason, the metadata accelreation is
>> reverted in this version and rework in next version.
>>
>> Please review.
>>
>> Thanks
>>
>> Jason Wang (2):
>> Revert "vhost: access vq metadata through kernel virtual address"
>> vhost: re-introducing metadata acceleration through kernel virtual
>> address
&...
2014 Jun 16
1
[PATCH 1/1] rework printing for visual host key upper border
Key types are getting longer and the current implementation of visual
host key breaks with ED25519, resulting in (note the missing bracket):
+--[ED25519 256--+
This reworks the calculation of visual host key upper border. Please be
aware that this slightly modifies the output for other key types as well:
+--[ DSA 1024]----+
+---[DSA 1024]----+
+--[ RSA 2048]----+
+---[RSA 2048]----+
+--[ECDSA 256]---+
+---[ECDSA 256]---+
+--[ED25519 256--+
+--[ED25519 256]--+
-...
2017 Apr 06
2
[bug report] virtio_net: rework mergeable buffer handling
Hello Michael S. Tsirkin,
The patch 6c8e5f3c41c8: "virtio_net: rework mergeable buffer
handling" from Mar 6, 2017, leads to the following static checker
warning:
drivers/net/virtio_net.c:1042 virtnet_receive()
error: uninitialized symbol 'ctx'.
drivers/net/virtio_net.c
1030 static int virtnet_receive(struct receive_queue *rq, int budget)
1031 {...
2017 Apr 06
2
[bug report] virtio_net: rework mergeable buffer handling
Hello Michael S. Tsirkin,
The patch 6c8e5f3c41c8: "virtio_net: rework mergeable buffer
handling" from Mar 6, 2017, leads to the following static checker
warning:
drivers/net/virtio_net.c:1042 virtnet_receive()
error: uninitialized symbol 'ctx'.
drivers/net/virtio_net.c
1030 static int virtnet_receive(struct receive_queue *rq, int budget)
1031 {...
2017 Mar 14
0
[bug report] drm/nouveau/fb/gf100-: rework ram detection
Hello Ben Skeggs,
The patch 97e5268d57bb: "drm/nouveau/fb/gf100-: rework ram detection"
from Mar 2, 2017, leads to the following static checker warning:
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:592 gf100_ram_ctor()
warn: should 'size << 20' be a 64 bit type?
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
572 gf100_ram_ctor(const st...
2019 Sep 05
0
[PATCH 0/2] Revert and rework on the metadata accelreation
On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
> Hi:
>
> Per request from Michael and Jason, the metadata accelreation is
> reverted in this version and rework in next version.
>
> Please review.
>
> Thanks
>
> Jason Wang (2):
> Revert "vhost: access vq metadata through kernel virtual address"
> vhost: re-introducing metadata acceleration through kernel virtual
> address
There are a bunch of patches in the...
2019 Sep 07
0
[PATCH 0/2] Revert and rework on the metadata accelreation
...ason Wang wrote:
>
> On 2019/9/5 ??9:59, Jason Gunthorpe wrote:
> > On Thu, Sep 05, 2019 at 08:27:34PM +0800, Jason Wang wrote:
> > > Hi:
> > >
> > > Per request from Michael and Jason, the metadata accelreation is
> > > reverted in this version and rework in next version.
> > >
> > > Please review.
> > >
> > > Thanks
> > >
> > > Jason Wang (2):
> > > Revert "vhost: access vq metadata through kernel virtual address"
> > > vhost: re-introducing metadata accelera...
2008 Jul 25
0
discrete event simulation - "factory" with rework
...nd how to start things in R.
The MCMC literature uses language that goes over my head.
Could somebody give me a pointer please as to where to start?
Many thanks in advance,
Sean O'Riordain
--
View this message in context: http://www.nabble.com/discrete-event-simulation---%22factory%22-with-rework-tp18647909p18647909.html
Sent from the R help mailing list archive at Nabble.com.
2006 Jul 10
1
Rework of the configuration files (task 280)
Hi everyone,
I'm new in the upsdev team, nice to meet you ! I'm currently doing an
internship at MGE UPS, working with Arnaud Quette for the NUT project.
I'll work for 2 months on the reworking of the configuration files for NUT
and creation of libupsconfig and upsconfig libraries. (task 280 and 281 of
the NUT project)
My planning is as follow :
Week 27 : Become used with the project, create a draft about the formalism
of the new config files
Week 28 : Send this draft to the mailing...
2003 Jan 31
1
exel
...el files with links in it to other exel files.
When I share the map on a windows server (or windows os) eveything works.
When I share it on a samba server it doesn't.
When I open the file, it asks to enable macro's (I need them so say yes) -
everything fine - After that It asks if I want to rework/check the links
(don't know if reworks is the good word). If I say no, everything ok, when I
say yes, exel hangs on reworking the links. With Open Office, I don't have
this problem.
I'm using samba 2.2.5 (with acl) on a 2.2.18 kernel
ps the files are copied from he old NT4 server to th...
2012 Nov 09
2
[PATCH 0/2] Rework tmpdir and appliance cache directory code.
1/2 is just small code motion.
2/2 reworks the tmpdir and appliance cache directory code. See
the commit comment for the full details.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn ma...
2007 Oct 12
1
[PATCH] little typo in news file
Hi, patch inlined for reowkr -> rework conversion in 0.5.3 NEWS entry.
cheers,
riccardo
diff --git a/NEWS b/NEWS
index 10b69f7..245c336 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Lots of new built-in objects and code cleanup are the
highlights of yet another Swfdec release. And a little less condensed:
- rework of what APIs call in...
2012 Aug 05
1
BIG changes to kernel module
Hey all,
I've just pushed a major rework/rewrite of the Nouveau kernel module to git[1].
Details of the whys and what-nots of the rework are in the various commit
messages. At this point don't expect any exciting cool functionality, the
work so far is merely a restructure to allow moving forward on a number
of fronts in the future....
2005 Jun 16
9
chan_capi-cm-0.5 release announcement
Hi all,
I would like to announce the first release of the chan_capi
channel driver on sourceforge.net
The package is available for download with name
chan_capi-cm-0.5
and is the current CVS HEAD.
It is derived from the chan_capi-0.4.0PRE1 of kapejod.
The main changes are:
- complete rework
- fix race-conditions
- fix call state handling
- rework of debug/verbose messages
- added capiFax feature (provided by Frank Sautter)
- auto-config (compile and work with Asterisk CVS-HEAD and older versions)
- use with ELinOS cross-toolbox and project handling
For the versioning, I have decided...